DataGrid for WPF/Silverlight
DataGridRowError コンストラクタ(String,IEnumerable<String>)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridRowError クラス > DataGridRowError コンストラクタ : DataGridRowError コンストラクタ(String,IEnumerable<String>)
エラーメッセージ。
このエラーに関連付けられている列の名前。
DataGridRowErrorクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal message As System.String, _
   ByVal members As System.Collections.Generic.IEnumerable(Of String) _
)
public DataGridRowError( 
   System.string message,
   System.Collections.Generic.IEnumerable<string> members
)

パラメータ

message
エラーメッセージ。
members
このエラーに関連付けられている列の名前。
参照

DataGridRowError クラス
DataGridRowError メンバ
オーバーロード一覧